home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / intro / 00007_Disagree button.ls < prev    next >
Encoding:
Text File  |  2000-10-10  |  100 b   |  7 lines

  1. on mouseUp
  2.   repeat with x = 1 to 120
  3.     set the puppet of sprite x to 0
  4.   end repeat
  5.   quit()
  6. end
  7.